File export*

This dialog allows you to select the data format of a file you want to export. The dialog is opened by using the "File/Export" command.


top bottom

Open files can be exported to different data formats by executing one of the Tiny Hexer Scripts in the <application directory>\scripts\export directory. You can place your own export scripts here to add export capabilities for different file formats to Tiny Hexer. These scripts need a special format1 to be recognized by this dialog.

  1. Select a format: Choose one of the data formats available for export
  2. Export to clipboard: If this box is checked, the file is exported to the clipboard rather than the disk
  3. Selection only: Export the currently selected block only
  4. Export: Start file export
  5. Cancel: Close the dialog without exporting data to a file or the clipboard
  6. Help: Show this help topic

top bottom

1) Export script file format:

The directives TITLE (= description of the export script), OPT1 (= filter used in the save dialog) and OPT2 (= default file extension of files being exported using the script) are used to tell this dialog the settings to use.

Additionally export scripts must contain the directive line OPTION TARGET, EXPORT.


top bottom
mirkes.de's Tiny Hexer, Copyright ⌐ Markus Stephany. All rights reserved.